home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / fig5-out < prev    next >
Text File  |  1996-08-26  |  2KB  |  29 lines

  1. LCLint 2.2 --- 25 Aug 96
  2.  
  3. globals.c: (in function f)
  4. <A HREF="globals.c.html#line5" target="source">globals.c:5,11</A>: Undocumented use of global glob2
  5.   A checked global variable is used in the function,
  6.   but not listed in its globals clause. By default,
  7.   only globals specified in .lcl files are checked. To
  8.   check all globals, use +allglobals. To check globals
  9.   selectively use /*@checked@*/ in the global
  10.   declaration. (-globs will suppress message)
  11. <A HREF="globals.c.html#line3" target="source">globals.c:3,5</A>: Global glob1 listed but not used
  12.   A global variable listed in the function's globals
  13.   list is not used in the body of the function.
  14.   (-globuse will suppress message)
  15. <A HREF="globals.c.html#line1" target="source">globals.c:1,5</A>: Variable glob1 exported but not
  16.                   declared in header file
  17.   A variable declaration is exported, but does not
  18.   appear in a header file. (Used with exportheader.)
  19.   (-exportheadervar will suppress message)
  20. <A HREF="globals.c.html#line1" target="source">globals.c:1,12</A>: Variable glob2 exported but not
  21.                    declared in header file
  22. <A HREF="globals.c.html#line3" target="source">globals.c:3,5</A>: Function f exported but not declared in
  23.                   header file
  24.   A declaration is exported, but does not appear in a
  25.   header file. (-exportheader will suppress message)
  26.    <A HREF="globals.c.html#line6" target="source">globals.c:6,1</A>: Definition of f
  27.  
  28. Finished LCLint checking --- 5 code errors found
  29.